home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / Dragonsmith 1.1.1 / Base files / PreDragon.c < prev   
Encoding:
C/C++ Source or Header  |  1992-09-13  |  609 b   |  23 lines  |  [TEXT/KAHL]

  1. /*
  2.     PreDragon.c
  3.     
  4.     Edit, precompile, save as PreDragon, and #include "PreDragon" in the project Prefix box
  5. */
  6.  
  7. #include    <MacHeaders>
  8.  
  9. #ifdef    SystemSevenOrLater
  10. #undef    SystemSevenOrLater
  11. #endif
  12.  
  13. #define    SystemSevenOrLater    1        // This is to avoid linking in System–6 compatible glue for Gestalt and
  14.                                     //    FindFolder — dragons need System 7 to run anyhow…
  15.                                     
  16.     // NOTE:    If you've changed your copy of the file "Mac #includes.c" and re–precompiled MacHeaders, then some
  17.     //        glue code may remain
  18.  
  19. #include    <AppleEvents.h>
  20. #include    <GestaltEqu.h>    /* Bummer … */
  21. #include    <Folders.h>
  22. #include    <Script.h>
  23.